home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 October / Macformat17.cdr / Shareware in MacFormat / TattleTech 2.03 / TattleTech Master 2.03 / TattleTech Master 2.03.rsrc / TEXT_15962_Boot Blocks.txt < prev    next >
Text File  |  1994-05-22  |  2KB  |  29 lines

  1. Boot Blocks Definitions
  2.  
  3. Note: These values come from the Boot Blocks of the startup volume.  The Boot
  4.            Blocks are logical blocks 0 and 1 of the startup volume
  5.  
  6. ‚Ä¢ Startup Volume = Volume name
  7.    ‚óä Has New Block Format = The new block format allows for designating if
  8.            the Boot Code is to be executed and for the dynamic sizing of the System
  9.            Heap based upon the amount of memory in your computer
  10.    ‚óä Boot Block Version = Version number
  11.    ‚óä System File = Name of file to load as operating system
  12.    ‚óä Finder File = Name of file to load as finder
  13.    ‚óä Debugger File = Name of debugger file to load
  14.    ‚óä Disassembler File = Name of disassembler file to load
  15.    ‚óä Startup Screen File = Name of file to use as startup screen
  16.    ‚óä Startup Application = Name of application to launch on startup
  17.    ‚óä Clipboard File = Name of file to use as clipboard
  18.    ‚óä Max Open Files = Initial number of files which may be open at once.  This is
  19.            set dynamically by the operating system under System 7
  20.    ‚óä Max Events = Initial number of events which can be in event queue
  21.    ‚óä Execute Boot Code = The old format automatically executes the boot code
  22.            if it is present and the new format allows this to be designated 
  23.    ‚óä Heap Related : 
  24.        + Use Relative Heap Sizing = If available, should new heap sizing be used
  25.        + Base Heap Size = Initial size of system heap 
  26.        + Minimum Additional Heap Space = For relative heap sizing, minimum
  27.            amount which should be added to the base heap size
  28.        + Percent of RAM to Add to Heap = For relative heap sizing, percent of
  29.            RAM which should be added to the base heap size